deletedMessages

fun ChatRoom.deletedMessages(): Flow<DeleteMessageEvent>

Flow of DeleteMessageEvent instances delivered to a ChatRoom.

Using this is equivalent to implementing ChatRoomListener.onMessageDeleted method.

This is a cold flow constructed using callbackFlow API.